home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Miami / MiamiSDK / netinclude / machine / ansi.h next >
C/C++ Source or Header  |  1997-12-04  |  365b  |  16 lines

  1. #ifndef    _MACHINE_ANSI_H_
  2. #define    _MACHINE_ANSI_H_
  3.  
  4. /*
  5.  * Types which are fundamental to the implementation and may appear in
  6.  * more than one standard header are defined here.  Standard headers
  7.  * then use:
  8.  *    #ifdef    _BSD_SIZE_T_
  9.  *    typedef    _BSD_SIZE_T_ size_t;
  10.  *    #undef    _BSD_SIZE_T_
  11.  *    #endif
  12.  */
  13. #define    _BSD_SIZE_T_    unsigned long
  14.  
  15. #endif    /* _MACHINE_ANSI_H_ */
  16.